Lucene search
+L
LinuxLinux Kernel

14606 matches found

CVE
CVE
added 2025/07/25 12:53 p.m.88 views

CVE-2025-38371

CVE-2025-38371 affects the Linux kernel DRM v3D component on Raspberry Pi; the issue occurs when an interrupt is triggered during GPU reset, potentially causing GPU hangs and a kernel NULL pointer dereference. The fix is to disable interrupts before resetting the GPU. The openSUSE/SUSE references...

5.5CVSS6.1AI score0.00161EPSS
Save
CVE
CVE
added 2025/07/03 8:35 a.m.87 views

CVE-2025-38108

CVE-2025-38108 affects the Linux kernel’s network scheduler, specifically the RED qdisc. The issue is a race in __red_change() where the SFQ perturb timer can fire at an inopportune time, allowing an underflow of a parent qlen during a concurrent qdisc_tree_flush/backlog sequence. The race scenar...

7.8CVSS7AI score0.00133EPSS
Save
CVE
CVE
added 2025/07/03 8:35 a.m.87 views

CVE-2025-38126

CVE-2025-38126 affects the Linux kernel’s stmmac driver in timestamp configuration. The root cause is that clk_ptp_rate can become 0 (if clk_get_rate returns 0 and the driver does not override it), leading to a division by zero during PTP initialization. The issue is fixed by adding an explicit c...

5.5CVSS7AI score0.00163EPSS
Save
CVE
CVE
added 2025/07/03 8:35 a.m.87 views

CVE-2025-38131

CVE-2025-38131 affects the Linux kernel coresight subsystem. The issue arises when enabling an active config via cscfg_csdev_enable_active_config() but the config could be deactivated via configfs/sysfs during unloading, potentially leading to use-after-free of config_desc after the module unload...

7.8CVSS7AI score0.0017EPSS
Save
CVE
CVE
added 2025/07/03 8:35 a.m.87 views

CVE-2025-38157

Affected software: Linux kernel driver ath9k_htc (wifi). Issue: when an adversarial USB device emits WMI_SWBA_EVENTID before beaconing is enabled, ath9k_htc_swba() may trigger a device-by-zero error causing a crash or out-of-bounds read. Root cause: improper handling of software beacon processing...

7.8CVSS7.1AI score0.00162EPSS
Save
CVE
CVE
added 2025/07/03 8:36 a.m.87 views

CVE-2025-38160

CVE-2025-38160 affects the Linux kernel due to a NULL pointer dereference in the Raspberry Pi clock registration path. Specifically, raspberrypi_clk_register() does not handle a NULL return from devm_kasprintf(), which can occur if memory allocation fails. A fix has added a NULL check after devm_...

5.5CVSS7.1AI score0.0015EPSS
Save
CVE
CVE
added 2025/07/03 8:36 a.m.87 views

CVE-2025-38162

CVE-2025-38162 affects the Linux kernel netfilter nft_set_pipapo implementation. The vulnerability arises from potential overflow during lookup table size calculation in the set handling path. The description specifies that the calculation must guard against overflow across multiple factors: desc...

7.8CVSS7.5AI score0.00149EPSS
Save
CVE
CVE
added 2025/07/04 1:37 p.m.87 views

CVE-2025-38210

CVE-2025-38210 concerns the Linux kernel in the configfs-tsm-report path. The root cause is a NULL-dereference risk when tsm_ops have been unregistered but certain code paths (tsm_report_privlevel_store(), tsm_report_provider_show()) did not verify the removal, leading to potential config-item ac...

5.5CVSS6.5AI score0.00148EPSS
Save
CVE
CVE
added 2025/07/04 1:37 p.m.87 views

CVE-2025-38222

Summary : CVE-2025-38222 refers to a Linux kernel vulnerability in ext4 inline data handling. When inline_data is enabled, a length parameter (len) is incorrectly treated as an unsigned int, causing a truncation of pos+len in ext4_prepare_inline_data. This leads to an incorrect len being passed t...

5.5CVSS6.6AI score0.00154EPSS
Save
CVE
CVE
added 2025/07/09 10:42 a.m.87 views

CVE-2025-38244

The CVE-2025-38244 issue affects the Linux kernel’s SMB client, specifically the CIFS deadlock when reconnecting channels. The vulnerability stems from incorrect lock ordering in cifs_signal_cifsd_for_reconnect(), which could create a circular locking dependency among tcp_ses->srv_lock, ret_bu...

7.5CVSS6.5AI score0.00211EPSS
Save
CVE
CVE
added 2025/07/09 10:42 a.m.87 views

CVE-2025-38263

The CVE-2025-38263 issue in the Linux kernel affects the bcache subsystem, specifically a NULL pointer dereference in cache_set_flush() that could occur during error handling in register_cache_set()/bch_cache_set_alloc(). The crash path can lead to kernel oops and a NULL dereference when cache se...

5.5CVSS6.3AI score0.0015EPSS
Save
CVE
CVE
added 2025/07/10 7:42 a.m.87 views

CVE-2025-38312

CVE-2025-38312 concerns the Linux kernel fbdev path: fbcvt. In fb_find_mode_cvt(), if mode->refresh equals 0x80000000, cvt.f_refresh overflows when doubled, and is subsequently used as a divider in fb_cvt_hperiod(), causing a division by zero and potential kernel oops. The vulnerability is res...

5.5CVSS6.4AI score0.00153EPSS
Save
CVE
CVE
added 2025/07/10 8:15 a.m.87 views

CVE-2025-38326

CVE-2025-38326: Linux kernel AOE driver vulnerability where aoe device rq_list isn’t cleaned on down, causing blk_mq_freeze_queue() to sleep and hang. Fix clears the rq_list before blk_mq_freeze_queue(). No exploitation details provided; remediation is the kernel fix.

5.5CVSS6.4AI score0.00182EPSS
Save
CVE
CVE
added 2025/07/25 12:53 p.m.87 views

CVE-2025-38391

CVE-2025-38391 in the Linux kernel addresses a vulnerability in USB Type-C Alt Mode handling for DisplayPort. A misbehaving port partner could claim pin assignment capabilities beyond the valid range, causing an out-of-bounds access in pin_assignment_show. The fix adds a DP_PIN_ASSIGN_MAX constan...

5.5CVSS6.3AI score0.00172EPSS
Save
CVE
CVE
added 2025/07/25 1:20 p.m.87 views

CVE-2025-38409

CVE-2025-38409 affects the Linux kernel, specifically the drm/msm path. The issue is a leak in the submit error path where put_unused_fd() fails to free the installed file if fd_install() has already occurred, leading to a leaked resource (sync_file). The patch fixes the leak by freeing the sync_...

5.5CVSS6.3AI score0.00156EPSS
Save
CVE
CVE
added 2025/07/25 2:0 p.m.87 views

CVE-2025-38416

Mode C: CVE-2025-38416 affects the Linux kernel NFC: nci: uart path. The vulnerability arises from setting tty->disc_data before the NCI device open/driver request succeeds, creating a small window where the device may start sending data and leaving state inconsistent on error paths. The fix e...

7.8CVSS6.5AI score0.00184EPSS
Save
CVE
CVE
added 2025/07/25 2:5 p.m.87 views

CVE-2025-38417

The CVE-2025-38417 issue affects the Linux kernel ice/eswitch path where memory for VF port representors could be allocated during reset and not freed in legacy (non-switchdev) mode. The fix adds a mode check to allocate required port memory only in switchdev mode and prevents blindly allocating ...

5.5CVSS6.5AI score0.00155EPSS
Save
CVE
CVE
added 2025/07/25 2:16 p.m.87 views

CVE-2025-38427

Summary: CVE-2025-38427 in the Linux kernel fixes a framebuffer relocation bug where screen_info frames were tied to boot CPU addresses, not accounting for PCI host-bridge offsets. During boot, firmware may assign a different PCI memory offset, relocating PCI graphics framebuffer addresses. The k...

5.5CVSS6.2AI score0.00155EPSS
Save
CVE
CVE
added 2025/07/25 3:27 p.m.87 views

CVE-2025-38462

CVE-2025-38462 affects the Linux kernel vsock subsystem. Root cause is a TOCTOU race in vsock_find_cid() and vsock_dev_do_ioctl() with module unload, where transport_g2h/h2g can become NULL after a NULL check, causing null-pointer derefs. The patch adds vsock_transport_local_cid() to guard agains...

4.7CVSS6.3AI score0.00112EPSS
Save
CVE
CVE
added 2025/07/28 11:21 a.m.87 views

CVE-2025-38470

CVE-2025-38470 affects the Linux kernel VLAN handling when 8021q rx-vlan-filter is enabled. It can cause VLAN 0 to be emulated on NETDEV_UP/DC_DOWN, leading to a memory leak if VLAN 0 is not removed, or a potential null-vlan_info path triggering a BUG_ON during device teardown. Root cause: refcnt...

7.8CVSS6.2AI score0.0017EPSS
Save
CVE
CVE
added 2025/08/19 5:2 p.m.87 views

CVE-2025-38555

The CVE CVE-2025-38555 is a use-after-free in Linux kernel USB gadget driver during composite_dev_cleanup, arising when configfs_composite_bind() frees cdev->os_desc_req on kmalloc failure but doesn’t NULL it, leading to a subsequent use of non-NULL pointer. The issue affects the usb gadget’s ...

7.8CVSS7.1AI score0.00174EPSS
Save
CVE
CVE
added 2026/05/08 1:37 p.m.87 views

CVE-2026-43341

The CVE-2026-43341 details Linux kernel IOAM6 trace filling vulnerability. In ioam6_fill_trace_data(), the schema length is accumulated in an 8-bit unsigned variable (sclen). With the largest schema payload and bit 22 set, sclen wraps from 256 to 0 (1 + 1020/4), bypassing the remaining-space chec...

9.8CVSS5.8AI score0.00409EPSS
Save
CVE
CVE
added 2001/05/07 4:0 a.m.86 views

CVE-2001-0317

The CVE covers a race condition in Linux kernel ptrace handling that lets an unprivileged local user attach to and modify a running setuid process to gain root. Affected: Linux kernel 2.2.x and 2.4.x (ptrace/procfs/execve paths cited). Root cause: race in ptrace usage during privileged operations...

3.7CVSS6.5AI score0.00716EPSS
Save
CVE
CVE
added 2004/02/03 5:0 a.m.86 views

CVE-2004-0003

Technical details for CVE-2004-0003 are not publicly available in the provided documents. No concrete description of affected component, root cause, or remediation is present; monitor for updates from the sources.

4.6CVSS5.8AI score0.00444EPSS
Save
CVE
CVE
added 2005/12/22 11:0 p.m.86 views

CVE-2005-3660

CVE-2005-3660 affects the Linux kernel 2.4.x and 2.6.x. The vulnerability occurs when a process creates a large number of connected file descriptors or socketpairs and uses a large data transfer buffer, which can exhaust memory and cause a kernel panic or denial of service. The underlying issue c...

4.9CVSS8.9AI score0.00402EPSS
Save
CVE
CVE
added 2017/04/24 6:12 a.m.86 views

CVE-2007-6761

CVE-2007-6761 affects the Linux kernel up to version 2.6.23/24 era: the videobuf-vmalloc.c path (drivers/media/video) contains uninitialized videobuf_mapping data structures. This can allow a local attacker to trigger an incorrect memory-management state and a videobuf leak via unspecified vector...

7.8CVSS4.7AI score0.00464EPSS
Save
CVE
CVE
added 2008/06/30 9:0 p.m.86 views

CVE-2008-2365

CVE-2008-2365 describes a race condition in Linux kernel ptrace/utrace support (kernel 2.6.9–2.6.25) used by RHEL4. A local user can cause a denial of service (oops) by issuing a long sequence of PTRACE_ATTACH calls that trigger a conflict between utrace_detach and report_quiescent due to a late ...

4.7CVSS4.9AI score0.00526EPSS
Save
CVE
CVE
added 2009/02/27 5:0 p.m.86 views

CVE-2009-0746

The CVE-2009-0746 entry concerns the Linux kernel ext4 code: make_indexed_dir in fs/ext4/namei.c fails to validate a rec_len field, allowing a local attacker to trigger a denial of service (OOPS) by mounting a crafted ext4 filesystem. Affected is kernel 2.6.27 up to 2.6.27.19 and 2.6.28 up to 2.6...

4.9CVSS6.7AI score0.0075EPSS
Save
CVE
CVE
added 2009/08/18 8:41 p.m.86 views

CVE-2009-2846

CVE-2009-2846 affects the eisa_eeprom_read function in the parisc isa-eeprom driver (drivers/parisc/eisa_eeprom.c) of the Linux kernel prior to 2.6.31-rc6. A negative ppos argument bypasses a positive-ppos check, leading to an out-of-bounds read in readb and allowing local users to access restric...

7.8CVSS6.3AI score0.08156EPSS
Save
CVE
CVE
added 2010/01/27 5:0 p.m.86 views

CVE-2009-3556

The CVE-2009-3556 issue is confirmed in multiple connected sources: a Red Hat qla2xxx NPIV-related configuration step in the Linux kernel (2.6.18 on RHEL5) leaves /sys/class/scsi_host/vport_create and /sys/class/scsi_host/vport_delete world-writable, enabling local users to alter SCSI host attrib...

1.9CVSS7AI score0.00383EPSS
SaveWeb
CVE
CVE
added 2009/10/29 2:0 p.m.86 views

CVE-2009-3638

CVE-2009-3638 affects the Linux kernel KVM subsystem: integer overflow in kvm_dev_ioctl_get_supported_cpuid (arch/x86/kvm/x86.c) allows local users to trigger an unspecified impact via KVM_GET_SUPPORTED_CPUID requests. Affected versions are Linux kernels before 2.6.31.4. Remediation is to upgrade...

7.2CVSS6.9AI score0.00506EPSS
Save
CVE
CVE
added 2010/05/21 5:0 p.m.86 views

CVE-2010-1436

CVE-2010-1436 involves the Linux kernel 2.6.18 (and possibly other versions) where the gfs2_quota struct can span two pages, leading to an out-of-bounds write and a local denial of service (kernel panic) when manipulating gfs2 and ext3 file systems. The MiracleLinux AXSA-2010-377:12 advisory list...

4.9CVSS6.4AI score0.00441EPSS
Save
CVE
CVE
added 2012/06/21 11:0 p.m.86 views

CVE-2011-1476

CVE-2011-1476 is an integer underflow in the Linux kernel OSS subsystem (specifically the MIDI/OSS sequencer driver) before 2.6.39 on unspecified non-x86 platforms. It allows local users to cause a denial of service via memory corruption by crafting writes to /dev/sequencer. Publicly documented f...

4CVSS7.5AI score0.00425EPSS
SaveWeb
CVE
CVE
added 2012/05/24 11:0 p.m.86 views

CVE-2011-2898

CVE-2011-2898 concerns the Linux kernel AF_PACKET implementation. The flaw allows local users to read potentially sensitive kernel memory by exploiting inadequate restrictions on VLAN Tag Control Information data structures. The vulnerability is described as a kernel information leak in the AF_PA...

5.5CVSS4.8AI score0.00448EPSS
Save
CVE
CVE
added 2022/04/18 4:20 p.m.86 views

CVE-2011-4917

CVE-2011-4917 : Information disclosure in the Linux kernel up to 3.1 via /proc/stat. Local access required; low attack complexity with LOW privileges and partial confidentiality impact (CVSS v3.1 base score 5.5). Root cause: kernel information leakage through /proc/stat. Affected product: Linux k...

5.5CVSS5.2AI score0.00475EPSS
Save
CVE
CVE
added 2012/06/13 10:0 a.m.86 views

CVE-2012-2384

CVE-2012-2384 : Integer overflow in i915_gem_do_execbuffer (drivers/gpu/drm/i915/i915_gem_execbuffer.c) of the Linux kernel before 3.3.5 on 32-bit platforms. Local users may trigger an out-of-bounds write via a crafted ioctl, causing denial of service (and possibly other impact). Affected: DRM/i9...

4.9CVSS5.9AI score0.00357EPSS
Save
CVE
CVE
added 2013/03/14 8:0 p.m.86 views

CVE-2012-6540

CVE-2012-6540 affects the Linux kernel prior to 3.6: do_ip_vs_get_ctl in net/netfilter/ipvs/ip_vs_ctl.c does not initialize a structure for IP_VS_SO_GET_TIMEOUT, enabling local users to read sensitive data from kernel stack memory via a crafted application. Advised fix is upgrading to a kernel wi...

1.9CVSS5.5AI score0.00359EPSS
Save
CVE
CVE
added 2014/08/01 10:0 a.m.86 views

CVE-2014-5045

CVE-2014-5045 – Linux kernel mountpoint_last bug (pre-3.15.8) Affected: Linux kernel versions prior to 3.15.8.Root cause: The mountpoint_last function in fs/namei.c does not properly maintain a reference count when unmount is used in conjunction with a symlink.Impact: Local users could cause deni...

6.2CVSS6.4AI score0.00487EPSS
Save
CVE
CVE
added 2016/10/10 10:0 a.m.86 views

CVE-2015-0572

The CVE-2015-0572 entry concerns the ADSPRPC driver for the Linux kernel (drivers/char/adsprpc.c and drivers/char/adsprpc_compat.c) used in Qualcomm QuIC MSM Android contributions and other devices. The issue is a race condition that can be exploited via the COMPAT_FASTRPC_IOCTL_INVOKE_FD ioctl, ...

7CVSS8.2AI score0.00287EPSS
Save
CVE
CVE
added 2016/05/02 10:0 a.m.86 views

CVE-2015-2672

The CVE-2015-2672 entry concerns the Linux kernel’s xsave/xrstor implementation (arch/x86/include/asm/xsave.h). Vulnerable code paths exist in kernels before 3.19.2 where certain .altinstr_replacement pointers are created, failing to provide protection against instruction faulting. Local attacker...

5.5CVSS5.7AI score0.00365EPSS
Save
CVE
CVE
added 2016/06/13 1:0 a.m.86 views

CVE-2016-2066

CVE-2016-2066 affects the MSM QDSP6 audio driver in the Linux kernel 3.x as used in Qualcomm QuIC Android contributions for MSM devices and related products. The issue is an integer signedness error in the msm-audio-effects-q6-v2.c path that handles ioctl commands, leading to memory corruption. P...

7.8CVSS7.3AI score0.01384EPSS
Save
CVE
CVE
added 2016/12/28 7:42 a.m.86 views

CVE-2016-9777

KVM in the Linux kernel (before 4.8.12) is vulnerable when I/O APIC is enabled. A guest user can craft an interrupt request to bypass VCPU index restrictions, potentially gaining host privileges or causing a host denial of service via out-of-bounds access and host crash. Affected components: arch...

7.8CVSS7.2AI score0.0038EPSS
Save
CVE
CVE
added 2017/03/08 1:0 a.m.86 views

CVE-2017-0525

CVE-2017-0525 is an elevation-of-privilege issue in the Qualcomm IPA driver on Android, enabling a local attacker to execute code in kernel context. Affected: Android devices using Kernel-3.10 or Kernel-3.18 with the Qualcomm IPA driver. Impact per sources: local privilege escalation requiring pr...

7.6CVSS6.6AI score0.01486EPSS
Save
CVE
CVE
added 2019/08/19 1:50 a.m.86 views

CVE-2017-18552

CVE-2017-18552 affects the Linux kernel up to version 4.10 in net/rds/af_rds.c, where rds_recv_track_latency contains an out-of-bounds write and read. The connected Nessus advisories (Unity Linux UTSA advisories) mirror this issue and reference kernel versions before 4.11, with a commit in the Li...

7.8CVSS7.4AI score0.00387EPSS
Save
CVE
CVE
added 2024/05/21 2:19 p.m.86 views

CVE-2021-47232

CVE-2021-47232 affects the Linux kernel CAN/J1939 subsystem. The root cause is a Use‑After‑Free caused by taking a skb from the per‑session skb queue without incrementing its refcount, which can occur concurrently due to CTS. The patch fixes this by ensuring skb refcounting is handled correctly w...

9.8CVSS8.1AI score0.00616EPSS
Save
CVE
CVE
added 2024/05/21 2:19 p.m.86 views

CVE-2021-47255

In CVE-2021-47255, the Linux kernel vulnerability affects KVM LAPIC: a read access path in kvm_lapic_reg_read could touch bytes 4–15 of an APIC register, risking leakage of kernel stack contents. The issue was resolved by restoring a guard removed in a prior commit and aligning with the SDM requi...

7.1CVSS6.5AI score0.00244EPSS
Save
CVE
CVE
added 2024/05/21 2:35 p.m.86 views

CVE-2021-47290

CVE-2021-47290 affects the Linux kernel SCSI target path (XCOPY completion) where a NULL pointer dereference could occur due to an NULL se_tpg_wwn pointer in the extended copy workflow. The root cause is that LIO’s EXTENDED COPY worker dispatches reads/writes via a global xcopy_pt_tpg, which may ...

7.5CVSS6.5AI score0.0046EPSS
Save
CVE
CVE
added 2024/05/21 2:35 p.m.86 views

CVE-2021-47306

CVE-2021-47306 pertains to the Linux kernel FDDI driver: in net: fddi: fza_probe, the private data fp of a netdev is used after a free_netdev() call, causing a use-after-free (UAF). The fix reorders cleanup by moving free_netdev() after the error handling message to prevent UAF. Multiple connecte...

7.8CVSS6.7AI score0.00231EPSS
Save
CVE
CVE
added 2024/05/21 3:3 p.m.86 views

CVE-2021-47367

Affected software: Linux kernel virtio-net component. Issue: when using build_skb() in big mode, unused pages chained via private in big mode were not released, causing page leakage. Root cause: failure to release those pages after skb construction in big mode. Impact: potential resource leak; CV...

5.5CVSS7AI score0.00227EPSS
Save
CVE
CVE
added 2024/05/22 6:19 a.m.86 views

CVE-2021-47447

The CVE-2021-47447 issue concerns the Linux kernel DRM MSM A3XX driver: drm/msm/a3xx_gpu_init() contained error paths that returned 1 on failure instead of a negative error code, and a check for ret != -ENODATA failed because ret was 1, risking an Oops in the caller. Astra Linux advisory confirms...

7.8CVSS6.6AI score0.00206EPSS
Save
Total number of security vulnerabilities14606